home *** CD-ROM | disk | FTP | other *** search
- /* In the report, the titles for the columns display the zone name, the address in hex, and the size of the node */
- "Zone: Address: Size:\n";
-
- /* the number of bytes occupied by 1 node */
- "%d bytes in 1 node";
-
- /* A non-existant path name was specified, the argument is the name bad pathname */
- "Invalid path: ../%@";
-
- /* An error occured when parsing contents of file, argument is path name */
- "Unable to parse %@";
-
- /* A command to display the malloc stack in a flattened fashion */
- "Make Flat";
-
- /* In the report, the title for the tables of categories sorted by their size in bytes */
- "Sorted by size:\n\n";
-
- /* An error condition when no application is chosen from the Application OpenPanel */
- "No application chosen";
-
- /* An error occured because the argument field (either a path, zone, or text) wasn't specified while adding a new category */
- "Missing arg field";
-
- /* An filesystem error occured when reading a file, argument is path name */
- "Unable to read %@";
-
- /* A command to create a new category mapping */
- "New";
-
- /* A command to protect memory from being read */
- "Protect";
-
- /* A command to save the category mapping file to a new file */
- "Save As";
-
- /* A command to undo the invert command */
- "Uninvert";
-
- /* In the report, the total in kilobytes of the tables of categories */
- "\nTotal size: %d Kbytes\n\n\n";
-
- /* An unknown category type was detected, the argument is the name of the type */
- "Unknown category mapping string: %@";
-
- /* In the report, the title for the tables of categories sorted by their nodes malloced */
- "Sorted by node counts:\n\n";
-
- /* Reading data from debugged program */
- "Read Data";
-
- /* An error occured when unprotecting memory in debugged application, argument is an application name */
- "Unable to unprotect malloc nodes in %@";
-
- /* An error occured when notating data from debugged application, argument is an application name */
- "Unable to mark malloc nodes in %@";
-
- /* A command to show sizes in bytes */
- "Show Sizes";
-
- /* An error occured because the category name wasn't specified while adding a new category */
- "Missing category field";
-
- /* In the report, malloc nodes allocated under a given method or function, where argument is the name of the method or function */
- "Allocated in descendant of:\n";
-
- /* A command to display a subset of the total information from a specific category */
- "Set Category";
-
- /* In the report, malloc nodes allocated under the current selection */
- "Allocated in:\n";
-
- /* In the report, the total in bytes of the tables of categories */
- "\nTotal size: %d bytes\n\n\n";
-
- /* A command to add a category based on a string */
- "Add Text";
-
- /* A command to open a category mapping */
- "Open";
-
- /* In the report, the title for the tables of zones sorted by their number of nodes malloced */
- "\n\nZones sorted by node counts:\n\n";
-
- /* A command to save a category mapping */
- "Save";
-
- /* During the Set Category command, the category chosen does not exist. The argument is the name of the category. */
- "Category %@ doesn't exist in this context";
-
- /* A command to unprotect memory from being read */
- "Unprotect";
-
- /* In the report, the title for the tables of zones sorted by their size in kilobytes */
- "\n\nZones sorted by size (Kbytes):\n\n";
-
- /* A command to notate information as already being seen */
- "Mark";
-
- /* An unknown category type was added, the argument is an integer representation of the category type */
- "Unknown category mapping type %@";
-
- /* A command to add a category based on zone name */
- "Add Zone";
-
- /* A command to cancel current operation */
- "Cancel";
-
- /* A command to move malloc stacks into a named category */
- "Apply";
-
- /* A command to show malloc counts */
- "Show Counts";
-
- /* A command to categorize the debugged information */
- "Add";
-
- /* In the report, the title for the tables of zones sorted by their size in bytes */
- "Zones sorted by size:\n\n";
-
- /* An invalid mapping string is detected */
- "Invalid Mapping";
-
- /* An error occured when reading data from debugged application, argument is an application name */
- "Unable to read malloc information from %@";
-
- /* In the report, the total in nodes malloced of the tables of categories */
- "\nTotal node count: %d nodes\n\n\n";
-
- /* During a New command, the existing category mapping has been edited and the user is prompted to save or cancel or ignore edits */
- "Current mapper has been edited.";
-
- /* Unable to save category mapping file, argument is a path name */
- "Unable to save %@";
-
- /* the number of bytes occupied by N nodes, where the first argument is the number of bytes, the second being the number of nodes */
- "%d bytes in %d nodes";
-
- /* A command to invert the stack hierarchy */
- "Invert";
-
- /* A command to add a category based on path name */
- "Add Path";
-
- /* A non-existant zone name was specified, the argument is the name of the zone */
- "Invalid zone name: %@";
-
- /* In the report, the title for the tables of categories sorted by their size in kilobytes */
- "Sorted by size (KBytes):\n\n";
-
- /* Opening an application for debugging */
- "Open Application";
-
- /* An error occured when protecting memory in debugged application, argument is an application name */
- "Unable to protect malloc nodes in %@";
-
- /* A command to display the malloc stack in a hierarchical fashion */
- "Make Tree";
-
-